projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b2cdb
)
(set-fill-column): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 15:47:40 +0000
(15:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 15:47:40 +0000
(15:47 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index c5fe25ebe07d07438e9dc187b242d47179ba1c3d..acdc8bba433e4956568adea75e77d49efc98250a 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3066,6
+3066,7
@@
for `auto-fill-function' when turning Auto Fill mode on."
(defun set-fill-column (arg)
"Set `fill-column' to specified argument.
+Use \\[universal-argument] followed by a number to specify a column.
Just \\[universal-argument] as argument means to use the current column."
(interactive "P")
(if (consp arg)